Vcenter Vm Guest Filesystem Files Info

Vcenter Vm Guest Filesystem Files Info
Vcenter Vm Guest Filesystem Files Info

The Vcenter Vm Guest Filesystem Files Info schema describes a file or directory in the guest operating system. Returned by POST /vcenter/vm/{vm}/guest/filesystem/files/{path}?action=get.

This schema was added in vSphere API 7.0.2.0.

JSON Example
{
    "type": "string",
    "size": 0,
    "attributes": {
        "last_modified": "string",
        "last_accessed": "string",
        "symlink_target": "string",
        "filesystem_family": "string",
        "win_attributes": {
            "hidden": false,
            "read_only": false,
            "created": "string"
        },
        "posix_attributes": {
            "owner": 0,
            "group": 0,
            "permissions": "string"
        }
    }
}
string
type
Required

The type of file.

For more information see: Vcenter Vm Guest Filesystem Files Type.

This property was added in vSphere API 7.0.2.0.

integer As int64 As int64
size
Required

The file size in bytes.

This property was added in vSphere API 7.0.2.0.

attributes
Required

Attributes of a file.

This property was added in vSphere API 7.0.2.0.